home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / GENTREE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-24  |  71 b   |  7 lines

  1. #ifndef _GEN_TREE_
  2. #define _GEN_TREE_
  3.  
  4. void Gen_Tree();
  5.  
  6. #endif
  7.